GluePoint Class

Represents a designated point in the area of a drawing object to which a connector shape can connect. All drawing objects have four standard glue points located at the center of the four edges of the object's bounding box.

Definition

Namespace: Independentsoft.Office.Odf.Drawing
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class GluePoint
Inheritance
Object    GluePoint

Constructors

GluePoint Initializes a new instance of the GluePoint class.

Properties

Alignment Contains the shape edge where a glue point is positioned.
EscapeDirection Contains the direction in which a connection line escapes from a drawing object if a connector connects to a glue point.
ID Contains unrestricted identifiers to draw elements.
X Contains the horizontal position of the glue point. The coordinate is either a percentage value relative to the drawing shape's center in horizontal direction
Y Contains the vertical position of the glue point. The coordinate is either a percentage value relative to the drawing shape's center in vertical direction

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current GluePoint object to its equivalent string representation.
(Overrides ObjectToString)

See Also